You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12345678
  1. import { TracingProvider } from './type'
  2. export const docURL = {
  3. [TracingProvider.langSmith]: 'https://docs.smith.langchain.com/',
  4. [TracingProvider.langfuse]: 'https://docs.langfuse.com',
  5. [TracingProvider.opik]: 'https://www.comet.com/docs/opik/tracing/integrations/dify#setup-instructions',
  6. [TracingProvider.weave]: 'https://weave-docs.wandb.ai/',
  7. }